home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tphers01.zip / HMP2HFN.DOC < prev    next >
Text File  |  1991-09-08  |  743b  |  23 lines

  1. DOCUMENTATION FOR HMP2HFN.PL
  2.  
  3. hmp2hfn.pl reads one or more hmp files and one or more font files in 
  4. either the original Hershey format or in the HFN format and writes to 
  5. the output a file in the HFN format, outputting only those symbols that 
  6. are listed in the hmp files.
  7.  
  8. The advantage of doing this filtering process, is that when the 
  9. characters are loaded from disk, only characters that are needed are 
  10. allocated into memory, which results in a significant memory saving.
  11.  
  12. The syntax to run hmp2hfn.pl is
  13.  
  14.   perl hmp2hfn.pl hmpfile1.hmp [hmpfile2.hmp ...] fontfile1 >   outfile.hfn
  15.   
  16. Example:
  17.  
  18.   Create an hfn file of only gothic characters:
  19.   
  20.   perl hmp2hfn.pl gothgbt.hmp gothgrt.hmp hersh.oc* > gothic.hfn
  21.   
  22.  
  23.